.map--container {
    width: 458px;
    height: 712px;
    background: #ffffff;
    border: 1px solid rgba(130, 130, 130, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.05);
}

.map--body {
    padding: 16px 7px 25px 7px;
}

.map--title {
    text-align: center;
    background: #828282;
}

.title--map-choice {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #373737;
}

.gray-line--separator {
    width: 100%;
    max-width: 419px;
    height: 0px;
    border: 1px solid rgba(130, 130, 130, 0.5);
    margin: 10px auto 30px auto;
}

.select--title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #373737;
}

.select--regional {
    max-width: 419px;
    height: 39px;
    background: #ffffff;
    border: 1px solid #c0c0c0;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #9c9c9c;
    text-align: left;
    padding: 0 15px;
}

.select--regional::after {
    content: url(../assets/svg/bxs_down-arrow-b.svg);
    float: right;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.rotate--arrow.select--regional::after {
    transform: rotate(180deg);
}

.btn--acessar-input {
    border: 1px solid transparent;
}

.mapa-do-brasil {
    padding: 0 !important;
}

.box-cinza {
    position: absolute;
    padding: 0px 6px !important;
    top: 320px !important;
    left: 318px !important;
    line-height: 12px;
    font: 8px "Calibre Semibold" !important;
    background-color: #e2e1e1;
    border-radius: 8px !important;
}

.box-cinza > .text-box{
    font-size: 8px !important;
}
